SftTree/OCX 7.0

SftTreeItems.AutoExpandHover Property

Softel vdm, Inc.

Defines whether items are automatically expanded when the mouse cursor hovers over an item.

Syntax       

Get

VB.NET

Boolean = object.AutoExpandHover  As Boolean

VB

Boolean = object.AutoExpandHover  As Boolean

C#.NET

bool Boolean = object.AutoExpandHover;

VC++

VARIANT_BOOL Boolean = object->AutoExpandHover;
VARIANT_BOOL Boolean = object->GetAutoExpandHover();

C

HRESULT object->get_AutoExpandHover(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.AutoExpandHover   : WordBool;

Put

VB.NET

object.AutoExpandHover = Boolean  As Boolean

VB

object.AutoExpandHover = Boolean  As Boolean

C#.NET

bool object.AutoExpandHover = Boolean;

VC++

VARIANT_BOOL object->AutoExpandHover = Boolean;
void object->PutAutoExpandHover(VARIANT_BOOL Boolean);

C

HRESULT object->put_AutoExpandHover(VARIANT_BOOL Boolean);

Delphi

object.AutoExpandHover := Boolean   : WordBool;

object

A SftTreeItems object.

Boolean

Defines whether items are automatically expanded when the mouse cursor hovers over an item.

Boolean

Description

True

An expandable item is automatically expanded, if the mouse cursor hovers over the item for an extended period of time.

False

Items are not automatically expanded.

Comments

The AutoExpandHover property defines whether items are automatically expanded when the mouse cursor hovers over an item.

If the mouse cursor hovers over an expandable item for an extended period of time, the item can automatically be expanded based on the AutoExpandHover property setting.

The AutoExpandHoverInterval property defines the delay (in milliseconds) after which items are automatically expanded when the mouse cursor hovers over an item.

The AutoExpandDragDrop property defines whether items are automatically expanded during drag & drop.

See Also  SftTreeItems Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com